Welcome![Sign In][Sign Up]
Location:
Search - newton interpolation

Search list

[Mathimatics-Numerical algorithmsnewton chazhi

Description: 牛顿插值的差商迭代算法-Newton interpolation algorithm to poor
Platform: | Size: 2048 | Author: | Hits:

[Mathimatics-Numerical algorithms牛顿插值

Description: 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
Platform: | Size: 18432 | Author: luo | Hits:

[Windows Develop非等节点的分段M次Newton插值

Description: 非等节点的分段M次Newton插值,属于数值方法的内容-non-node sub M meeting Newton interpolation, numerical methods belong to the content
Platform: | Size: 5120 | Author: 姚天伟 | Hits:

[Algorithmchazhisuanfa

Description: 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage of the N+ 1 nodes ((xn, yn) | n = 0,1,2, ..., N) of the intercalation value function Pn (x). Design a specific procedure, namely the use of Lagrange interpolation, Newton interpolation and three natural three-spline algorithm to map out the corresponding interpolation curve. Using three different colors to indicate the three curve interpolation methods over a period of range of interpolation function. Requirements of dynamic display curve drawing the whole process.
Platform: | Size: 16384 | Author: jack | Hits:

[OtherNewton

Description: //xi 0.5 1.0 1.5 2.0 2.5 3.0 //f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809 //输入节点数及节点数据,计算并输出差商表; //输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式; //用 3 次 Newton 插值多项式计算并输出 f (1.25); //用 5 次 Newton 插值多项式计算并输出 f (1.987)。 -//xi 0.5 1.0 1.5 2.0 2.5 3.0// f (xi) 0.541688-0.042060 0.375089 0.624706-0.887597 0.099809// input nodes and the node data, calculate and output difference quotient table // input to be used in interpolation polynomial the number of variables to be seeking self-x, output interpolation need to select the node and the Newton interpolation polynomial // with 3 times Newton interpolation polynomial is calculated and output f (1.25) // by 5 Newton Interpolation calculated and the output value of polynomial f (1.987).
Platform: | Size: 1024 | Author: 鹰隼 | Hits:

[matlabMatlab-Newton-Interpolation-Code

Description: 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法-The matlab program Interpolation Newton (Newton s Interpolation) algorithm
Platform: | Size: 47104 | Author: liyuedsg | Hits:

[AlgorithmNewton

Description: 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
Platform: | Size: 2048 | Author: 张阳军 | Hits:

[Mathimatics-Numerical algorithmsniudunchazhi

Description: 用vb实现牛顿插值,且可以计算出个阶差商的值!-Vb implementation using Newton interpolation, and can calculate the gradient of the value of business!
Platform: | Size: 1024 | Author: 刘宝荣 | Hits:

[Algorithminterpolation

Description: matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolation, Gauss interpolation, Hermite interpolation, sub-Hermite interpolation, spline interpolation, rational fraction interpolation piecewise bilinear interpolation, dual three-point Lagrange interpolation and piecewise bi-cubic Hermite interpolation, etc.
Platform: | Size: 10240 | Author: | Hits:

[matlabMatlab-Newton-Interpolation-Code

Description: 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
Platform: | Size: 1024 | Author: 动荡 | Hits:

[source in ebookthe-codes-of-C-about-important-algorithms

Description: 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
Platform: | Size: 7168 | Author: jhy | Hits:

[matlabInterpolation

Description: 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an interpolation algorithm.
Platform: | Size: 673792 | Author: 黄校园 | Hits:

[Mathimatics-Numerical algorithmsHW4--Newton-Interpolation

Description: Newton interpolation
Platform: | Size: 274432 | Author: pedram | Hits:

[matlabNewton-interpolation-method

Description: 牛顿插值法,输入x,y,再输入变量xi,就可以求得yi。-Newton interpolation method, the input x, y, and input variables xi, yi obtained.
Platform: | Size: 1024 | Author: 李姣姣 | Hits:

[AlgorithmNewton-interpolation-algorithm_Caswf

Description: 牛顿插值算法,C程序源码,同时包含Flash制作的算法动态演示swf文件,可直观演示差值算法的执行过程。-Numerical algorithm,Newton interpolation algorithm, C source code and flash Dynamic demonstration
Platform: | Size: 16384 | Author: 冯亮 | Hits:

[Technology ManagementNewton-interpolation

Description: 牛顿插值,一个比较经典的实例,很快学会牛顿插值,希望有用-Newton interpolation, a classic instance, quickly learn the Newton interpolation, seek to help
Platform: | Size: 5120 | Author: 何枫 | Hits:

[Algorithmnewton-Interpolation

Description: 数值计算基础牛顿插值法c语言源代码,有运行截图-The numerical calculation basis of Newton interpolation c language source code, run shot
Platform: | Size: 65536 | Author: liushuang | Hits:

[matlabNewton

Description: Newton Interpolation Method Values yi of the interpolating polynomial at the points xi. Coordinates of the points of interpolation are stored in vectors x and y. Horner s method is used to evaluate a polynomial. Second output parameter a holds coeeficients of the interpolating polynomial in Newton s form.
Platform: | Size: 1024 | Author: wotdaf0ck | Hits:

[AlgorithmNewton-interpolation

Description: 利用牛顿插值法进行多项式插值,用于离散数据的拟合-Newton interpolation polynomial fitting for discrete data
Platform: | Size: 3072 | Author: 赵永宁 | Hits:

[Mathimatics-Numerical algorithmsNewton-Interpolation

Description: 牛顿插值法 均差求取方法: 1. 根据均差的定义实现 caculate() 2. 模拟三角形算法实现-The The Newton interpolation poor method for getting: 1. Achieve caculate the () are poor definition analog triangle algorithm to achieve
Platform: | Size: 195584 | Author: 龙远思 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net